/* Reset & Global Styles */
.about-us {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    z-index: 99;
    width: 100%;
    /* height: 100vh; */
    height: 50vh; /* Reduced height */
    background-image: url(../Montalex/img9911.jpg);
    background-position: center top;
    background-size: cover;
    padding-top: 80px; /* Ensure it doesn't overlap nav */
}

.about-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Keeps overlay behind content */
}

.about-uscontent {
    /* position: relative; */
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.about-uscontent h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}

.aboutbreadcrumb {
    background: rgba(39, 34, 34, 0.2); /* Transparent background */
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    gap: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.aboutbreadcrumb a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
}

.aboutbreadcrumb a:hover {
    
    text-decoration: underline; /* Underlines on hover */
}

.aboutbreadcrumb .arrow {
    color: white; /* Matches breadcrumb text */
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0.8;
}

p, h2 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

p.show, h2.show {
    opacity: 1;
    transform: translateY(0);
}

/* Energy Transition Section */
.energy-transition-section {
    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    padding: 50px 20px;
    margin-top: 20px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    background-color: #002f6c; /* Dark Blue */
}

/* Text Content */
.text-content {
    flex: 1;
    padding: 20px;
    max-width: 50%;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
}

.title-underline {
    width: 60px;
    border: 1px solid white;
    margin: 10px 0;
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
}

/* Image Container */
.image-container {
    flex: 1;
    max-width: 50%;
}

.section-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}



/* Energy Solutions Section */
.energy-solutions {
    background-color: #ffffff;
    padding: 50px 20px;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Navigation Bar */
.navigation {
    margin-bottom: 20px;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 10px 0;
}

.nav-links li {
    flex-grow: 1;
    min-width: 180px;
}

.nav-links a {
    text-decoration: none;
    color: #002f6c;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    display: inline-block;
    transition: border-color 0.3s ease;
}

.nav-links a:hover {
    border-color: #002f6c;
}

/* Content */
.content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.intro-text, 
.additional-info, 
.strategy-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.strategy-section {
    background: #eef3f9;
    padding: 20px;
    border-left: 4px solid #002f6c;
    border-radius: 5px;
}

.strategy-title {
    font-size: 22px;
    font-weight: bold;
    color: #002f6c;
    margin-bottom: 10px;
}






/* Energy Strategy Section */
.energy-strategy {
    padding: 50px 20px;
    /* text-align: center; */
}

.containe {
    max-width: 900px;
    margin: 0 auto;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Layout for Info Box and Description */
.content-wrappe {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Info Box */
.info-box {
    background-color: #0A2A67;
    color: white;
    padding: 20px;
    max-width: 300px;
    text-align: center;
}

.info-title {
    font-size: 18px;
    font-weight: bold;
}

.info-subtitle {
    font-size: 16px;
    margin-top: 5px;
}

/* Description Section */
.description {
    max-width: 500px;
    text-align: center;
}

.description p {
    font-size: 16px;
    line-height: 1.5;
}

/* Learn More Button */
.learn-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    border: 2px solid #0A2A67;
    color: #0A2A67;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.learn-more-btn:hover {
    background-color: #0A2A67;
    color: white;
}


/* Section Styling */
.projects-section {
    padding: 50px 20px;
    text-align: left;
}

.contain {
    max-width: 800px;
    margin: 0 auto;
}

/* Section Title */
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Project List */
.projects-list {
    border-top: 1px solid #ccc;
}

.project-item {
    border-bottom: 1px solid #ccc;
}

/* Project Title Button */
.project-title {
    width: 100%;
    background: transparent;
    border: none;
    padding: 15px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #0A2A67;
}

.project-title:hover {
    background-color: #f0f0f0;
}

/* Icon Styling */
.icon {
    transition: transform 0.3s ease-in-out;
}

/* Expand/Collapse Content */
.project-content {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #333;
}

/* Active State */
.project-item.active .project-content {
    display: block;
}

.project-item.active .icon {
    transform: rotate(180deg);
}


/* Wrapper */
.infrastructure-wrapper {
    padding: 60px 15px;
    max-width: 1200px;
    margin: auto;
}

/* Grid Layout */
.infrastructure-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

/* Individual Items */
.infrastructure-item {
    flex: 1;
    min-width: 300px;
    max-width: 48%;
    background-color: #0A2A66;
    padding: 20px;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    transition: transform 0.3s ease;
}

.infrastructure-item:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.infrastructure-image img {
    width: 100%;
    border-radius: 6px;
}

/* Heading Styling */
.infrastructure-heading {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

/* Description Styling */
.infrastructure-description {
    font-size: 16px;
    color: #d0d7e4;
    line-height: 1.6;
}



/* Main Wrapper */
.content-wrapp {
    padding: 60px 15px;
    max-width: 1100px;
    margin: auto;
}

/* Grid Layout */
.grid-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

/* Individual Cards */
.content-card {
    flex: 1;
    min-width: 300px;
    max-width: 48%;
    background-color: #0A2A66;
    padding: 20px;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    transition: transform 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.image-container img {
    width: 100%;
    border-radius: 6px;
}

/* Title Styling */
.content-title {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

/* Description Styling */
.content-description {
    font-size: 16px;
    color: #d0d7e4;
    line-height: 1.6;
}


.contact {
   
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Left Side - Contact Info */
.contact-info {
    flex: 1;
    padding: 40px;
    background: #003366;
    color: white;
    text-align: center;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.5;
}

/* Right Side - Form */
.contact-form {
    flex: 1;
    padding: 40px;
    background: white;
}

.contact-form label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    background: #003366;
    color: white;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #002255;
}




/* Responsive Design */


@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .text-content, .image-container {
        max-width: 100%;
    }

    .section-title {
        font-size: 28px;
    }

    .section-description {
        font-size: 16px;
    }

    .title-underline {
        margin: 10px auto;
    }
    .nav-links {
        flex-direction: column;
        align-items: center;
    }

    .nav-links li {
        text-align: center;
        width: 100%;
    }

    .content {
        padding: 20px;
    }

    .intro-text, 
    .additional-info, 
    .strategy-text {
        font-size: 16px;
    }

    .strategy-title {
        font-size: 20px;
    }
    .content-wrappe {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .info-box {
        flex: 1;
        max-width: 350px;
    }

    .description {
        flex: 2;
        text-align: left;
    }
    .infrastructure-grid {
        flex-direction: column;
    }

    .infrastructure-item {
        max-width: 100%;
    }

    /* Wrapper */
.infrastructure-wrapper {
    padding: 0 !important;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .grid-layout {
        flex-direction: column;
    }

    .content-card {
        max-width: 100%;
    }

}
@media (max-width: 600px) {
    .contain {
        padding: 0 15px;
    }

    .section-title {
        font-size: 20px;
    }

    .project-title {
        font-size: 16px;
        padding: 12px;
    }

    .project-content {
        font-size: 14px;
    }
    .contact-container{
        
            flex-direction: column;
        }
        .contact-info {
            padding: 20px;
        }
        .contact-form {
            padding: 20px;
        }
    }
